home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / Navbar.swf / scripts / DefineButton2_54 / BUTTONCONDACTION on(release).as
Text File  |  2001-02-13  |  370b  |  17 lines

  1. on(release){
  2.    stopAllSounds();
  3.    setProperty("_level1", _X, "1000");
  4.    setProperty("_level2", _X, "1000");
  5.    setProperty("_level4", _X, "1000");
  6.    setProperty("_level9", _X, "0");
  7.    unloadMovieNum(20);
  8.    unloadMovieNum(6);
  9.    unloadMovieNum(11);
  10.    unloadMovieNum(12);
  11.    tellTarget("_level9/mcmain")
  12.    {
  13.       play();
  14.    }
  15.    gotoAndStop(2);
  16. }
  17.